docs(powerbi): note Cube only supports live connection mode#11038
Conversation
|
Claude finished @keydunov's task in 38s —— View job Code ReviewVerdict: LGTM — clear, accurate clarification. One small wording suggestion below. Review details
ObservationsWording redundancy (low): After the new
Since the Warning already states live connection is the only supported mode, "whenever possible" reads oddly — the only alternative the reader sees is Import mode, which the same sentence then discourages. Consider either dropping the recommendation sentence and keeping just the Import mode caveat, e.g.: _Import mode_ is not recommended, as it removes the benefits of using a semantic layer.Not blocking — just a tightness pass. Link target (nit): Trailing newline: The file still ends without a trailing newline (pre-existing, not introduced here). Minor — most linters prefer one. Mintlify conventions: |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
bf9a1d7 to
920ce9f
Compare
|
Claude finished @keydunov's task in 48s —— View job Code ReviewVerdict: LGTM — 0 blocking, 1 nit. Review details
ObservationsChange is clean. The new commit replaces the entire Mintlify conventions: Link targets (powerbi.mdx:88-89): Nit — trailing newline (powerbi.mdx:90): file still ends without a trailing newline. Pre-existing from the prior commit, not introduced here. |
920ce9f to
efb1010
Compare
|
Claude finished @keydunov's task in 40s —— View job Code ReviewVerdict: LGTM — 0 blocking, 1 nit. Docs-only change; no tests/security/perf concerns. Review details
ObservationsChange is clean and accurate. The Mintlify conventions: Nit — link target consistency (powerbi.mdx:91-92): |
efb1010 to
9991fe0
Compare
|
Claude finished @keydunov's task in 33s —— View job Code ReviewVerdict: LGTM — 0 blocking. Docs-only change; no tests/security/perf concerns. Review details
ObservationsChange is clean and accurate. The Mintlify conventions: Link target consistency: No further changes needed. |
Cube uses Power BI's live connection mode only; DirectQuery and import mode are not supported. Because custom DAX queries require DirectQuery, they are not supported either. Simplify the Power BI Connection methods section and link to Microsoft's docs. Also remove DirectQuery references from the DAX API docs (cross-view filtering) for consistency, since DirectQuery is not supported. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9991fe0 to
54ad14e
Compare
|
Claude finished @keydunov's task in 38s —— View job Code ReviewVerdict: LGTM — 0 blocking. Docs-only change; the DAX cross-view-filter and DAX index pages are now consistent with the live-connection-only framing on the Power BI pages. Review details
ObservationsConsistency sweep is correct. The latest commit extends the live-connection-only message into the two DAX reference pages:
Mintlify conventions: Cross-file parity: The two Power BI pages remain identical, which is the existing convention for this duplicated content. Nit — trailing newline (both Power BI files end without No further changes needed. |
DirectQuery is not supported. Add a warning callout and link to Microsoft's Power BI docs for live connection and DirectQuery.
Check List